
/* Services Style */
.services-section {
	margin-top: 110px;
}
.services-section .section-heading h2 {
	color: #1e1e1e;
}
.services-section .service-item {
	width: 100%;
	height: 100%;
	box-shadow: inset;
	background-image: url(../img/background_1.jpg);
	border-radius: 5px;
	padding: 50px 40px;
	text-align: center;
	margin-bottom: 30px;
	background-size: cover;
	background-position: center;
	background-attachment: fixed; /* Kunci efek parallax */
	z-index: -1;
}
.services-page .service-item {
	margin-bottom: 30px;
}
.services-section .service-item i {
	color: #ff2323;
	background-color: rgb(255, 255, 255);
	display: inline-block;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	border-radius: 50%;
	font-size: 32px;
}
.services-section .service-item h3 {
	margin-top: 35px;
	font-size: 19px;
	color: #1e1e1e;
	text-transform: capitalize;
	font-weight: 500;
	letter-spacing: 0.5px;
	margin-bottom: 30px;
}